home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
gnu
/
groff_src.lha
/
Groff-1.07
/
include
/
Makefile.sub
< prev
next >
Wrap
Makefile
|
1992-09-21
|
607b
|
20 lines
HDRS=assert.h cmap.h cset.h device.h driver.h errarg.h error.h font.h index.h \
lib.h macropath.h printer.h ptable.h refid.h search.h searchpath.h \
stringclass.h
GENHDRS=defs.h
CLEANADD=$(GENHDRS)
all depend: $(GENHDRS)
defs.h: FORCE
@$(SHELL) $(srcdir)/../gendef.sh defs.h \
"PROG_PREFIX=\"$(g)\"" "DEVICE=\"$(DEVICE)\"" \
"FONTPATH=\"$(fontpath)\"" "MACROPATH=\"$(tmacpath)\"" \
"INDEX_SUFFIX=\"$(indexext)\"" \
"COMMON_WORDS_FILE=\"$(common_words_file)\"" \
"DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
"DEFAULT_INDEX_NAME=\"$(indexname)\"" \
"DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
FORCE: